/**
* gtk_tool_item_get_icon_size:
- * @tool_item: a #GtkToolItem:
+ * @tool_item: a #GtkToolItem
*
* Returns the icon size used for @tool_item. Custom subclasses of
* #GtkToolItem should call this function to find out what size icons
/**
* gtk_tool_item_get_orientation:
- * @tool_item: a #GtkToolItem:
+ * @tool_item: a #GtkToolItem
*
* Returns the orientation used for @tool_item. Custom subclasses of
* #GtkToolItem should call this function to find out what size icons
/**
* gtk_tool_item_get_toolbar_style:
- * @tool_item: a #GtkToolItem:
+ * @tool_item: a #GtkToolItem
*
* Returns the toolbar style used for @tool_item. Custom subclasses of
* #GtkToolItem should call this function in the handler of the
/**
* gtk_tool_item_get_relief_style:
- * @tool_item: a #GtkToolItem:
+ * @tool_item: a #GtkToolItem
*
* Returns the relief style of @tool_item. See gtk_button_set_relief_style().
* Custom subclasses of #GtkToolItem should call this function in the handler
/**
* gtk_tool_item_set_expand:
- * @tool_item: a #GtkToolItem:
+ * @tool_item: a #GtkToolItem
* @expand: Whether @tool_item is allocated extra space
*
* Sets whether @tool_item is allocated extra space when there
/**
* gtk_tool_item_get_expand:
- * @tool_item: a #GtkToolItem:
+ * @tool_item: a #GtkToolItem
*
* Returns whether @tool_item is allocated extra space.
* See gtk_tool_item_set_expand().
/**
* gtk_tool_item_set_homogeneous:
- * @tool_item: a #GtkToolItem:
+ * @tool_item: a #GtkToolItem
* @homogeneous: whether @tool_item is the same size as other homogeneous items
*
* Sets whether @tool_item is to be allocated the same size as other
/**
* gtk_tool_item_get_homogeneous:
- * @tool_item: a #GtkToolItem:
+ * @tool_item: a #GtkToolItem
*
* Returns whether @tool_item is the same size as other homogeneous
* items. See gtk_tool_item_set_homogeneous().
*
* Return value: %TRUE if the item is the same size as other homogeneous
- * item.s
+ * items.
*
* Since: 2.4
**/
/**
* gtk_tool_item_set_tooltip:
- * @tool_item: a #GtkToolItem:
+ * @tool_item: a #GtkToolItem
* @tooltips: The #GtkTooltips object to be used
* @tip_text: text to be used as tooltip text for @tool_item
* @tip_private: text to be used as private tooltip text
/**
* gtk_tool_item_set_tooltip_text:
- * @tool_item: a #GtkToolItem:
+ * @tool_item: a #GtkToolItem
* @text: text to be used as tooltip for @tool_item
*
* Sets the text to be displayed as tooltip on the item.
/**
* gtk_tool_item_set_tooltip_markup:
- * @tool_item: a #GtkToolItem:
+ * @tool_item: a #GtkToolItem
* @markup: markup text to be used as tooltip for @tool_item
*
* Sets the markup text to be displayed as tooltip on the item.
/**
* gtk_tool_item_retrieve_proxy_menu_item:
- * @tool_item: a #GtkToolItem:
+ * @tool_item: a #GtkToolItem
*
* Returns the #GtkMenuItem that was last set by
* gtk_tool_item_set_proxy_menu_item(), ie. the #GtkMenuItem
/**
* gtk_tool_item_get_proxy_menu_item:
- * @tool_item: a #GtkToolItem:
+ * @tool_item: a #GtkToolItem
* @menu_item_id: a string used to identify the menu item
*
* If @menu_item_id matches the string passed to
/**
* gtk_tool_item_set_proxy_menu_item:
- * @tool_item: a #GtkToolItem:
+ * @tool_item: a #GtkToolItem
* @menu_item_id: a string used to identify @menu_item
* @menu_item: a #GtkMenuItem to be used in the overflow menu
*